home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Misc
/
IntuiCookie
/
Install
next >
Wrap
Text File
|
1995-11-24
|
745b
|
34 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für IntuiCookie")
(SET Where "Wohin soll das IntuiCookie Paket hinkopiert werden ? Es wir ein Verzeichnis namens IntuiCookie angelegt")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for IntuiCookie")
(SET Where "Where do wou want to place the IntuiCookie packet ? A drawer called IntuiCookie will be created")
)
)
(MESSAGE Intro)
(SET Wuerg
(ASKDIR
(PROMPT Where)
(DEFAULT "sys:")
(HELP "")
)
)
(SET Mama (TACKON Wuerg "IntuiCookie"))
(RUN (CAT "makedir \""Mama"\""))
(COPYFILES
(SOURCE ":Misc/IntuiCookie/")
(DEST Mama)
(INFOS)
(ALL)
)